projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7047d68
)
stringlist: Cosmetic documentation fix
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Jun 2020 16:41:57 +0000
(12:41 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Jun 2020 16:43:16 +0000
(12:43 -0400)
gtk/gtkstringlist.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstringlist.c
b/gtk/gtkstringlist.c
index 753f11bdf8d9272779177dc028daac07b323607f..d4f90c6781f3fe4b158dafee0f62660943868df1 100644
(file)
--- a/
gtk/gtkstringlist.c
+++ b/
gtk/gtkstringlist.c
@@
-587,7
+587,7
@@
gtk_string_list_remove (GtkStringList *self,
/**
* gtk_string_list_get_string:
* @self: a #GtkStringList
- * @position:
+ * @position:
the position to get the string for
*
* Gets the string that is at @position in @self. @position
* must be smaller than the current length of the list.